home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be008.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  475 b   |  23 lines

  1. on exitFrame
  2.   set the visible of sprite 3 to 1
  3.   set the visible of sprite 4 to 1
  4.   set the visible of sprite 5 to 1
  5.   set the visible of sprite 6 to 1
  6.   set the visible of sprite 7 to 1
  7.   set the visible of sprite 8 to 1
  8.   set the visible of sprite 9 to 1
  9.   if the timer < 250 then
  10.     unLoad(80, 83)
  11.     if the loaded of member "pebble" = 0 then
  12.       preloadMember("pebble")
  13.     end if
  14.     go(the frame)
  15.   else
  16.     go(the frame + 1)
  17.   end if
  18. end
  19.  
  20. on mouseUp
  21.   go(80)
  22. end
  23.